Bug 526149 - GtkCellRendererAccel editing conflicts with mnemonics
authorKristian Rietveld <kris@gtk.org>
Sun, 23 Aug 2009 06:59:34 +0000 (08:59 +0200)
committerKristian Rietveld <kris@gtk.org>
Sun, 23 Aug 2009 06:59:34 +0000 (08:59 +0200)
commit6320b12e8c63bd13ca33c5d206d9d2f322f8b21d
tree73732a98a4cc5b8f3d53f7e101f90ffd18617d69
parentf84df976a7f9aea5e9311ab53745f9c127b5a590
Bug 526149 - GtkCellRendererAccel editing conflicts with mnemonics

GtkCellRendererAccel also needs to acquire the GTK+ grab in addition to
a GDK keyboard grab.  With the GDK keyboard grab, KeyPress and
KeyRelease events are delivered as usual, although we only want to
receive them for our grab widget.
gtk/gtkcellrendereraccel.c